home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 November / Chip 11-96.iso / treiber / drucker / panason / kxp6100 / win95 / kxp6101.exe / OEMSETUP.INF < prev    next >
Windows Setup INFormation  |  1995-08-08  |  3KB  |  88 lines

  1. ; OEMSETUP.INF
  2. ;
  3. ;
  4.  
  5. [Version]
  6. Signature="$Windows 95$"
  7. Class=Printer
  8. Provider="Destiny"
  9. LayoutFile=layout.inf
  10.  
  11. [ClassInstall]
  12. AddReg=ClassAddReg
  13. DelReg=ClassDelReg
  14. CopyFiles=@WSINSTAL.DLL
  15.  
  16. [ClassDelReg]
  17. HKLM,"System\CurrentControlSet\Services\Class\Printer","NoUseClass"
  18.  
  19. [ClassAddReg]
  20. HKR,,,,%CLASSNAME%
  21. HKR,,Installer,,WSINSTAL.DLL
  22. HKR,,Icon,,-4
  23. HKR,,NoDisplayClass,,1
  24.  
  25. [Environment]
  26. UpdateInis=Environment_Ini
  27. AddReg=Environment_Reg
  28.  
  29. [Environment_Ini]
  30. win.ini,Ports,"LPT1.DOS=",
  31. win.ini,Ports,"LPT2.DOS=",
  32. win.ini,Ports,"LPT3.DOS=",
  33. win.ini,Ports,"LPT1.OS2=",
  34. win.ini,Ports,"LPT2.OS2=",
  35. win.ini,Ports,"LPT3.OS2=",
  36. win.ini,Ports,"KXPGDI=",
  37. win.ini,Ports,"KXPPCL=",
  38. win.ini,windows,"Spooler=",
  39. win.ini,windows,"DosPrint=",
  40. win.ini,windows,"DeviceNotSelectedTimeout=",
  41. win.ini,windows,"TransmissionRetryTimeout=",
  42.  
  43. [Environment_Reg]
  44. HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0","Directory",,"CHICAGO"
  45. HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0\Drivers",,,
  46. HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0\Print Processors",,,
  47. HKLM,"System\CurrentControlSet\Control\Print\Monitors",,,
  48. HKLM,"System\CurrentControlSet\Control\Print\Printers",,,
  49. HKLM,"System\CurrentControlSet\Control\Print\Printers","StartOnBoot",1,01,00,00,00
  50. HKLM,"System\CurrentControlSet\Control\Print\Providers",,,
  51.  
  52. ; The Manufacturer section lists all of the manufacturers that we will
  53. ; display in the Dialog box
  54. ;
  55. [Manufacturer]
  56. "KME"
  57. ;
  58. ; Model sections. Each section here corresponds with an entry listed in the
  59. ; [Manufacturer] section, above. The models will be displayed in the order
  60. ; that they appear in the INF file.
  61. ;
  62. ; Each model lists a variation of its own name as a compatible ID. This
  63. ; is done primarily as an optimization during upgrade.
  64. ;
  65. [KME]
  66. ; do not modiy this line, otherwise it will prompt for the printer model
  67. ; while in PnP installation, Edward Ho
  68. "Panasonic KX-P6100" = KME6X00.DRV, LPTENUM\PANASONICKX-P6100FEEC,PANASONICKX-P6100FEEC
  69.  
  70. [KME6X00.DRV]
  71. CopyFiles=@WSINSTAL.DLL, KME6X00_FILES
  72. DriverFile=sumodumy.dll
  73. VendorInstaller=WSINSTAL.DLL, Ws95Setup
  74. VendorSetup=WSINSTAL.DLL, Ws95Dll
  75. DataSection=WS_DATA
  76.  
  77. [KME6X00_FILES]
  78. sumodumy.dll
  79. [WS_DATA]
  80. DefaultDataType=EMF
  81.  
  82. [Strings]
  83. ;MS="Microsoft"
  84. CLASSNAME="Printer"
  85. ;GENERIC="Generic / Text Only"
  86. ;PJL_MONITOR="PJL Language Monitor,PJLMON.DLL"
  87. ;PS_MONITOR="PostScript Language Monitor,PSMON.DLL"
  88.